You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > JohnsonUBCDFInv Method > Probabilities.JohnsonUBCDFInv Method ([In] TDenseMtxVec, double, double, double, double, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.JohnsonUBCDFInv Method ([In] TDenseMtxVec, double, double, double, double, [In] TDenseMtxVec)

Johnson unbounded (SU) distribution PPF (vectorized).

Syntax
C#
Visual Basic
public static void JohnsonUBCDFInv([In] TDenseMtxVec P, double gamma, double delta, double Lambda, double xi, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec P 
Defines distribution probabilities, real vector or matrix with values within closed interval [0,1]. 
double gamma 
Distribution shape parameter, real value. 
double delta 
Distribution shape parameter, real positive value. 
double Lambda 
Distribution scale parameter, real positive value. 
double xi 
Distribution location parameter, real value. 
[In] TDenseMtxVec Res 
After calculation stores the PPF calculated from P, gamma, delta, Lambda and xi. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of P. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!